home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-13 / ted11.zip / TED11.DOC < prev   
Text File  |  1992-07-14  |  5KB  |  207 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.                      T A Y L O R   E D I T O R                     
  35.  
  36.                            Version 1.1                           
  37.  
  38.                        (C) Copyright 1992                        
  39.  
  40.                          Stephen Balbach                         
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.                             Chapter 1
  81.  
  82.                           Introduction
  83.  
  84.  
  85. Taylor Editor is an ASCII text editor similar in all respects to
  86. Microsoft editor included with MS-DOS 5.0.  I wrote Taylor Editor
  87. with the goal of duplicating Microsoft Editor.  So why use Taylor
  88. Editor?  It's FREE!!  Absolutely no commitment or obligation is
  89. required to use Taylor Editor.  You may ask, is not Microsoft
  90. Editor for all purposes free as well?  It came with my system, it
  91. came with MS-DOS, why change?
  92.  
  93. Taylor Editor offers you the opportunity to take part in the
  94. fight against the ever growing menace known as the Software
  95. Industry.  Gone are the days when information among software
  96. developers flowed freely in the name of progress.  Instead these
  97. are times of secrecy, corporate wars of 'look-and-feel' and the
  98. retardation of knowledge among programmers in the name of
  99. Copyright.  The net effect has been the slow down of advancement
  100. and the eventual stagnation of the art.
  101.  
  102.  
  103. By using this product you boycott the Commercial Software
  104. Industry trend towards priority software and fight for your
  105. FREEDOM to choose which information or information tool you wish
  106. to use.  I ask for no money, only that someone, somewhere can
  107. find a use for my product and contribute to society as well.
  108.  
  109.  
  110. I am distributing this software under the WARRENTY and COPYRIGHT
  111. agreements as set forth by the GNU project.  In general, I can
  112. not be held liable for the program and Taylor Editor is (C)
  113. Copyright 1992 Stephen Balbach.  You may distrubute freely but
  114. only under the same agreement that you have recieved a copy of
  115. this program.  A full copy of the WARRANTY and COPYRIGHT
  116. agreement that Taylor Editor is distributed under if it is not
  117. with this package can be obtained from any GNU product or the GNU
  118. in MA.
  119.  
  120.  
  121.  
  122. 1.   COMMANDS
  123.  
  124.  
  125.      F10 - Main Menu
  126.  
  127.      F2  - Cursor Position
  128.  
  129.            Pressing F2 will display the current cursor position.
  130.  
  131.      ALT+X - Save and Exit
  132.      [Quit menu]
  133.  
  134.            Save current file and exit.  Will prompt for filename 
  135.            if none already.  This is much faster and smoother 
  136.            then Microsoft Editor which requires three to four key 
  137.            strokes.
  138.  
  139.      ALT+M - Mark Text (line   mode)
  140.      ALT+C - Mark Text (column mode)
  141.      [Edit menu]
  142.  
  143.            Turn text marking on and off.  See following commands 
  144.            for use of text marking.
  145.  
  146.      GREYPLUS - Copy Marked Text to Buffer
  147.      [Edit menu]
  148.  
  149.            All marked text will be copied to the text buffer.  
  150.            This is the first step to copying a block of text. See 
  151.            INS below.
  152.  
  153.      GREYMINUS - Cut Marked Text to Buffer
  154.      [Edit menu]
  155.  
  156.            All marked text will be cut (moved) to the text 
  157.            buffer.  This is the first step to moving a block of 
  158.            text.
  159.  
  160.      INS - Paste Text from Buffer to Screen
  161.      [Edit menu]
  162.  
  163.            Text in the text buffer will be Pasted at the current 
  164.            cursor position.
  165.  
  166.      DEL - Delete Marked Text
  167.      [Edit menu]
  168.  
  169.            All marked text will be deleted.
  170.  
  171.      ALT+S - Search
  172.      [Search menu]
  173.  
  174.            Search for given string from Cursor position forward. 
  175.            Repeat search by pressing ALT+S again.
  176.  
  177.      ALT+R - Search and Replace
  178.      [Search menu]
  179.  
  180.            Search and Replace given string throughout document.  
  181.            You are prompted for each replacement.
  182.  
  183.      CNTRL+Y - Delete Line
  184.  
  185.            Delete current line.
  186.  
  187.  
  188. 2. NOTES
  189.  
  190. This version supports plain ASCII text files up to 64K.
  191.  
  192. Taylor Editor was written in Microsoft C 5.1
  193.  
  194. This is version 1.0 so there are no bugs. Period.  :)
  195.  
  196. Future enhancements if I get any response include a hook to
  197. external programs so you can add in spell checkers, option to
  198. change colors, pick-list of available files, more editor
  199. commands.
  200.  
  201. Source code is available for the cost of getting it to you.  You
  202. will need C-Scape windowing library to recompile, however.
  203.  
  204. Stephen Balbach
  205. 11307 Tooks Way
  206. Columbia, MD 21044
  207.